home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 126-150 / disk_128 / sed / makefile < prev    next >
Makefile  |  1992-05-06  |  199b  |  10 lines

  1. #makefile for the don kneller's shareware ndmake
  2.  
  3. OBJS=    sedcomp.o sedexec.o
  4.  
  5. sed:    $(OBJS) sed.h debug.h
  6.     $(CC) -o sed $(OBJS)
  7.  
  8. sedcomp.o: debug.h sed.h sedcomp.c 
  9. sedexec.o: debug.h sed.h sedexec.c 
  10.